insert program

英 [ɪnˈsɜːt ˈprəʊɡræm] 美 [ɪnˈsɜːrt ˈproʊɡræm]

网络  插入程序

计算机



双语例句

  1. But massive numbers of INSERTs means writing and running a program with the potential for high CPU overhead as well as locking issues.
    但是大量的INSERT意味着编写和运行程序有可能导致较高的CPU开销以及锁定问题。
  2. The Ant target below illustrates the location to insert the control's program identifier.
    下面的Ant目标说明了要插入控件的程序标识符的位置。
  3. In this case, you would go ahead and create a buildfile just as you would when invoking Ant from the command line, but you would then insert the correct calls to the Ant Java APIs into your program.
    在这种情况下,您需要继续创建一个构建文件,就像从命令行调用Ant时那样,但之后您需要将对AntJavaAPI的正确调用插入到程序中。
  4. Previously, you used a PreparedStatement to insert data into an Apache Derby database from within both a Java program and the ij tool.
    先前,您使用了PreparedStatement从Java程序和ij工具把数据插入ApacheDerby数据库。
  5. Upon arrival, a customer-written program adds the records to a staging table then uses insert statements to add the records to the fact table.
    当该文件到来时,用户编写的一个程序将这些记录添加到一个staging表中,然后使用insert语句将这些记录添加到事实表中。
  6. I wrote a.NET program to parse through the file and build INSERT statements for the data.
    我编写了一个.NET程序来解析这个文件并为数据构建INSERT语句。
  7. The following are some ways that you can insert emoticons, depending on which office program you are using.
    根据正在使用的office程序,您可以使用下列方法来插入图释。
  8. Intrusive viruses Invade an existing program and actually insert a portion of themselves into the host program. There are four main types of viruses: shell, intrusive, operating system, and source code.
    入侵型病毒侵入已有的程序,实际上是把病毒程序的一部分插入到主程序中。有四种类型的病毒:外壳、入侵、操作系统和源码。
  9. You can choose to have writing pad automatically convert your handwriting and insert the text into the active program.
    您可以选择让书写板自动转换手写并将文本插入当前的程序。
  10. For example, you can take a control written in Visual Basic and insert it into a program written in Visual C++.
    例如,你可以把用vb写的控件插在用VC++写的程序中。
  11. To overcome the difficulty of frequent needs to insert forms in a blueprint for a project in engineering drawing, VBA development instrument and ActiveX technique are introduced and computer program is written to fulfill the task of converting Excel form into AutoCAD form.
    针对在工程制图中,常常要在图纸中插入、绘制表格的问题,介绍了VBA开发工具和ActiveX技术,编程实现了Excel表格到AutoCAD表格的转换。
  12. The methods are described with some examples and the source program attached in this paper is prepared as a reference to the readers who can insert it into their own FOXPRO application program to make the program have a function of animation effect.
    用实例叙述了编程方法,所附源程序可供读者参照嵌入到自己的FOXPRO应用程序中,使其具有动画功能。
  13. In actual programming, it may transfer assembly language subprogram in the main programs of C language, and transfer C language subprogram in the main programs of assembly language, and it may insert assembly language sentence in C language program.
    在实际的程序设计中,C语言主程序可以调用汇编语言子程序,汇编语言主程序可以调用C语言子程序,也可以在C语言程序中嵌入汇编语言语句。
  14. This paper introduces the design and realization of automatic generation tool of PL/ SQL program based on SELECT, INSERT, UPDATE and DELETE sentences in Oracle database system.
    介绍了Oracle数据库系统中含SELECT、INSERT、UPDATE和DELETE语句的PL/SQL程序自动生成工具的设计与实现。
  15. The traditional method for debugging programs on a computer is to insert the WRITE statement into the program being debugged so that one can trace the changes in the variables involved and the run of the program.
    对于高级语言,传统的调试程序方法是在程序中插入打印语句,跟踪程序中的变量和程序执行过程,这样做工作量大且烦。
  16. This method uses static instrumentation technology to insert a number of instructions in the target program, so as to get the key attributes of the running trace of the program.
    首先,该方法使用程序静态插装的方式,在目标系统中插入一些监控指令以获取程序运行轨迹中的关键属性。